I need some help in selecting a http web server for an embedded system running Linux. Programming language is C++. The server receives request and needs to ...
If you're looking to write an application in C with a web front end, GNUs libmicrohttpd is good. I've been working on a HL7 tool using it recently if you want ...